projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e341dab
)
(x_real_positions): Use XFree.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Feb 1996 19:12:49 +0000
(19:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Feb 1996 19:12:49 +0000
(19:12 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 83a3f2bebb43ffbe71e90965f26a92d0d44e6123..32270bc47e1c598c0887d9bbc16faceb31a8a3ea 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-956,7
+956,7
@@
x_real_positions (f, xptr, yptr)
XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window,
&f->output_data.x->parent_desc,
&tmp_children, &tmp_nchildren);
-
xf
ree (tmp_children);
+
XF
ree (tmp_children);
win_x = win_y = 0;